home *** CD-ROM | disk | FTP | other *** search
- #ifndef _INCLUDE_WBSTARTUP
- #define _INCLUDE_WBSTARTUP
-
- /*
- ** $VER: wbstartup.h 1.0 (18.1.96)
- ** StormC Release 1.1
- **
- ** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
- ** All Rights Reserved
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void wbmain(struct WBStartup *);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-